ServiceCreateItem Method (IListItem, StandardFolder) |
Creates multiple items.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<ItemInfoResponse> CreateItem(
IList<Item> items,
StandardFolder standardFolder
)
Public Function CreateItem (
items As IList(Of Item),
standardFolder As StandardFolder
) As IList(Of ItemInfoResponse)
Parameters
- items
- Type: System.Collections.GenericIListItem
The items to create. - standardFolder
- Type: Independentsoft.ExchangeStandardFolder
The ID of the folder in which to place the newly created items.
Return Value
Type:
IListItemInfoResponseA collection of creation results for each of the specified items.
See Also